Fix Cygwin w32 build broken by last commit in w32font.c.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Jan 2014 15:42:48 +0000 (17:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Jan 2014 15:42:48 +0000 (17:42 +0200)
commitd711b92251487b8e2edfa838b739390f669fba82
tree030b29fcd48e77d453c9f3f64b782cae77078ab4
parent00efae81c41dd65bf12fe98c4fe4337bed711f9e
Fix Cygwin w32 build broken by last commit in w32font.c.

 src/w32font.c (w32_load_unicows_or_gdi32, get_outline_metrics_w)
 (get_text_metrics_w, get_glyph_outline_w, get_char_width_32_w)
 [!WINDOWSNT]: These functions are no longer compiled on Cygwin;
 they are replaced by macros that expand into direct calls to the
 corresponding functions from GDI32.DLL.
 (globals_of_w32font) [WINDOWSNT]: Don't initialize g_b_* static
 variables in the Cygwin build, they are unused.
src/ChangeLog
src/w32font.c